Here you will find some details about the folders used in Wireshark on different Windows versions.
As already mentioned, you can find the currently used folders in the About Wireshark dialog.
Windows uses some special directories to store user configuration files in, named the user profile. This can be confusing, as the default directory location changed from version to version and might also be different for English and internationalized versions of windows.
![]() | Note! |
---|---|
If you upgraded to a new windows version, your profile might be kept in the former location, so the defaults mentioned here might not apply. |
The following will try to guide you to the right place where to look for Wireshark's profile data.
The default in Windows 95/98/ME is: all users work with the same profile,
which is located at:
C:\windows\Application Data\Wireshark
In Windows 98 and ME you can enable separate user profiles. In that case,
something like:
C:\windows\Profiles\<username>\Application Data\Wireshark
is used.
C:\WINNT\Profiles\<username>\Application Data\Wireshark
C:\Documents and Settings\<username>\Application Data
,
"Documents and Settings" and "Application Data" might be internationalized.
The following will only be applicable if you are using roaming profiles. This might be the case, if you work in a Windows domain environment (used in huge company networks). The configurations of all programs you use won't be saved on the local hard drive of the computer you are currently working on, but on the domain server.
As Wireshark is using the correct places to store it's profile data, your settings will travel with you, if you logon to a different computer the next time.
There is an exception to this: The "Local Settings" folder in your profile
data (typically something like:
C:\Documents and Settings\<username>\Local Settings
)
will not be transferred to the domain server. This is the default for
temporary capture files.
Wireshark uses the folder which is set by the TMPDIR or TEMP environment variable. This variable will be set by the windows installer.
The default location for temporary files on NT 4 is just
C:\TEMP
, and in 2000 the default location
is some directory under your profile directory but it might have
"Temporary Files" in the path name.